From: Matthias Clasen Date: Thu, 31 Mar 2016 01:54:04 +0000 (-0400) Subject: Use AM_DISTCHECK_CONFIGURE_FLAGS X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~2226 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=6faafbff6eab8992ef226ba40ca895876698b47d;p=gtk%2B3.0.git Use AM_DISTCHECK_CONFIGURE_FLAGS This is preferred over DISTCHECK_CONFIGURE_FLAGS in modern automake. --- diff --git a/Makefile.am b/Makefile.am index a4c56a7701..38e8b1ccb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,7 +95,7 @@ ChangeLog: uninstall-local: rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-3.0.pc -DISTCHECK_CONFIGURE_FLAGS = \ +AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-doc-cross-references \ --enable-man \